object.d: Move __ArrayEq to rt#2644
object.d: Move __ArrayEq to rt#2644dlang-bot merged 1 commit intodlang:masterfrom JinShil:move_ArrayEq
Conversation
|
Thanks for your pull request and interest in making D better, @JinShil! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please see CONTRIBUTING.md for more information. If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment. Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub fetch digger
dub run digger -- build "master + druntime#2644" |
|
Can this be merged or is there a DMD PR that needs to be merged first? |
|
This is just a refactoring. It's just changing the location of the implementation within the druntime repository. There are no other changes required. |
|
I missed the public import in |
Followup to #2634 and #2643